home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / tools / indent.lha / indent / proto.h < prev    next >
C/C++ Source or Header  |  1992-07-06  |  752b  |  27 lines

  1. /*------------------------------------------------------------------------------
  2.  
  3.     proto.h
  4.  
  5.     Function prototypes.  Only used if ANSIC is defined.
  6.  
  7.     @(#)globals.h    6.0 (Berkeley) 92/06/15
  8.  
  9. ------------------------------------------------------------------------------*/
  10.  
  11. void set_profile(void);
  12. void set_defaults(void);
  13. void set_option(register char *);
  14. void parsefont(register struct fstate *, char *);
  15. void writefdef(struct fstate *, int);
  16. void fill_buffer(void);
  17. void parse(int);
  18. void dump_line(void);
  19. int lexi(void);
  20. void diag(int, char *,...);
  21. char *chfont(struct fstate *, struct fstate *, char *);
  22. void pr_comment(void);
  23. int compute_label_target(void);
  24. int compute_code_target(void);
  25. int count_spaces(int, char *);
  26. void addkey(char *, int);
  27.